encoding/json.field.typ (field)

9 uses

	encoding/json (current package)
		encode.go#L1041: 	typ       reflect.Type
		encode.go#L1073: 	next := []field{{typ: t}}
		encode.go#L1092: 			if visited[f.typ] {
		encode.go#L1095: 			visited[f.typ] = true
		encode.go#L1098: 			for i := 0; i < f.typ.NumField(); i++ {
		encode.go#L1099: 				sf := f.typ.Field(i)
		encode.go#L1156: 						typ:       ft,
		encode.go#L1168: 					if count[f.typ] > 1 {
		encode.go#L1181: 					next = append(next, field{name: ft.Name(), index: index, typ: ft})